GrapeCity MultiRow for Windows Forms 11.0J
CreateGridTemplate(IEnumerable<Cell>,Int32) メソッド

標準の行列テンプレートに配置するCellのコレクション。
列全体の最大幅を示すSystem.Int32
指定したセルを使用して、標準の行列Templateを作成します。
シンタックス
Public Overloads Shared Function CreateGridTemplate( _
   ByVal cells As IEnumerable(Of Cell), _
   ByVal columnsMaxWidth As Integer _
) As Template
public static Template CreateGridTemplate( 
   IEnumerable<Cell> cells,
   int columnsMaxWidth
)

パラメータ

cells
標準の行列テンプレートに配置するCellのコレクション。
columnsMaxWidth
列全体の最大幅を示すSystem.Int32

戻り値の型

標準の行列Templateを表すTemplate
参照

参照

Template クラス
Template メンバ
オーバーロード一覧

 

 


© 2008 GrapeCity inc. All rights reserved.